Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overrides Added to Detection History #599

Merged
merged 1 commit into from
Jul 31, 2024
Merged

Conversation

coreyogburn
Copy link
Contributor

Because we're putting a data table in a data table, we're disabling all the hover effects for a cleaner UI.

Updated dateAwareSort to be aware of new date fields and to properly sort non-string fields (such as isEnabled).

In the tuning table, I pass the type fields through i18n so they're the proper case.

Duplicated the logic in findHistoryChange into findOverrideHistoryChange but refactored for the simpler case. We don't need to highlight changes while ignoring source code changes. Added tests.

Because we're putting a data table in a data table, we're disabling all the hover effects for a cleaner UI.

Updated dateAwareSort to be aware of new date fields and to properly sort non-string fields (such as isEnabled).

In the tuning table, I pass the `type` fields through i18n so they're the proper case.

Duplicated the logic in findHistoryChange into findOverrideHistoryChange but refactored for the simpler case. We don't need to highlight changes while ignoring source code changes. Added tests.
@coreyogburn coreyogburn merged commit 60de0b4 into 2.4/dev Jul 31, 2024
3 checks passed
@coreyogburn coreyogburn deleted the cogburn/tuning-history branch July 31, 2024 15:27
@github-actions github-actions bot locked and limited conversation to collaborators Jul 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FIX: Tuning details should be included as part of the history item
2 participants